object fSelectFile: TfSelectFile Left = 388 Top = 177 BorderStyle = bsDialog Caption = 'Select file' ClientHeight = 262 ClientWidth = 360 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter DesignSize = ( 360 262) PixelsPerInch = 96 TextHeight = 13 object Bevel1: TBevel Left = 0 Top = 227 Width = 360 Height = 35 Align = alBottom Shape = bsTopLine end object stvSelectFiles: TShellTreeView Left = 8 Top = 8 Width = 345 Height = 209 AutoContextMenus = False ObjectTypes = [otFolders, otNonFolders] Root = 'rfDesktop' UseShellImages = True Anchors = [akLeft, akTop, akRight, akBottom] AutoRefresh = False Indent = 19 ParentColor = False RightClickSelect = True ShowRoot = False TabOrder = 0 OnClick = stvSelectFilesClick end object buSelect: TButton Left = 202 Top = 234 Width = 75 Height = 25 Caption = 'Select' Enabled = False ModalResult = 1 TabOrder = 1 end object buCancel: TButton Left = 280 Top = 234 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 end end